WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailExpandedIconTemplate Property
In This Topic
    DetailExpandedIconTemplate Property (FlexGridDetailProvider<TItem>)
    In This Topic
    Gets or sets the template used to create the icon displayed when the detail row is expanded.
    Syntax
    public C1IconTemplate DetailExpandedIconTemplate {get; set;}
    Remarks
    When this property is null, the DetailCollapsedIconTemplate icon template will be mirrored horizontally.
    See Also